home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / telecomm / shadow11.arc / README.11 < prev    next >
Text File  |  1988-10-30  |  17KB  |  431 lines

  1. SHADOW version 1.1 Enhancements
  2. ================================
  3.  
  4. Most of the enhancements in SHADOW version 1.1 are not available from within
  5. Flash 1.6. Most notably Flash 1.6 cannot find SHADOW when SHADOW is installed
  6. in the NON RESET-PROOF mode. The next version of Flash will incorporate all the
  7. new features. In the meantime, all of the features are usable when SHADOW is
  8. run as an accessory or a GEM program.
  9.  
  10. SHADOW Accessory
  11. ================
  12.  
  13. The SHADOW desk accessory is renamed from SHADOW.ACC to SHDW_ACC.ACC to avoid a
  14. name conflict when the desk accessory is used as a GEM program.
  15.  
  16. By renaming SHDW_ACC.ACC to SHDW_ACC.PRG, you can run the SHADOW accessory
  17. as a GEM program, thereby allowing you to access SHADOW without having the
  18. desk accessory installed all the time.
  19.  
  20.  
  21. NON RESET-PROOF MODE
  22. ====================
  23.  
  24. SHADOW can now be installed as NON RESET-PROOF.  When installed this
  25. way, SHADOW only reserves enough memory for the transfer handler, not
  26. the transfer buffer. When a transfer is desired, you allocate the size
  27. of the buffer you need.  When the transfer is completed, you can
  28. deallocate the memory used for the transfer buffer.
  29.  
  30. To install SHADOW as a NON RESET-PROOF handler, simply specify a RAMdisk
  31. and transfer buffer size of zero (0) in your SHADOW.INF file, on your
  32. desktop icon, or on startup using the 'on the fly' startup keys.
  33.  
  34. If SHADOW is installed this way, you will be prompted for the file transfer
  35. buffer size before each file transfer, unless the buffer remains intact
  36. from a previous transfer (i.e., it has not been deallocated).  If the
  37. transfer buffer is intact, you will not be prompted, but you can still
  38. change the size (see "Changing Options" below).
  39.  
  40. You can also install SHADOW with a RAMdisk and no transfer buffer.  When
  41. installed this way, you have a RESET-PROOF RAMdisk, but the transfer buffer
  42. is NON RESET-PROOF.  You will be prompted for the transfer buffer when you
  43. start a transfer, and you can alter the transfer buffer size (see "Changing
  44. Options" below).
  45.  
  46. NOTE:
  47.     You CANNOT allocate a transfer buffer from the SHADOW accessory being
  48.     run as a program when the handler is installed with the SHADOW RAMdisk.
  49.     You CAN allocate a transfer buffer if allocating from the desk accessory.
  50.  
  51. NOTE:
  52.     When you have SHADOW installed as a NON RESET-PROOF handler, it will
  53.     be erased during a reset. All data in the buffer will be lost. DO NOT
  54.     press the reset button unless you don't mind losing the data in the
  55.     transfer buffer!
  56.  
  57.  
  58. Changing Options
  59. ================
  60.  
  61. Three new options are configurable from SHADOW, these are the current timeout
  62. value, the buffer size (NON RESET-PROOF mode ONLY), and the on-screen
  63. counter location.
  64.  
  65. To get to the Options menu, click on the transfer buffer size button from
  66. the main menu (contains text such as 100K) or press the 'O' (Options) key.
  67. While in the terminal mode press the ALT-O keys simultaneously.
  68.  
  69. NOTE:
  70.     Version 1.01 used 'W' (Wait) for this button from the main menu,
  71.     this version uses 'O' (Options) instead.
  72.  
  73. You will be presented with a dialog box asking you 'Choose What to Set,'
  74. with three buttons to select:
  75.  
  76. Timeout         - click on this to set the current timeout value.  You will
  77.                   be presented with a dialog box asking you to 'Enter New
  78. Can also be       Timeout.'  Enter the new value in seconds.  You cannot
  79. accessed by       enter below 10 seconds.  Click on Okay, or press the
  80. pressing          letter 'O' key, or <RETURN>.  Press the right mouse button
  81. the 'T' key       or <UNDO> key to not set the value.
  82.  
  83.  
  84. Buffer Size     - click on this to set the transfer buffer size.  The top
  85.                   line will tell you the 'Largest Memory Blk' (block) in
  86. Can also be       Kilobytes that you can allocate.  If you currently have a
  87. accessed by       buffer allocated, its size will be indicated on the second
  88. pressing          line.  It is possible (if memory is not fragmented) that
  89. the 'B' key       you can add the two values together to compute the
  90.                   maximum available free memory.  To truly determine the
  91.                   maximum free memory, enter a buffer size of zero (0),
  92.                   press the <RETURN> or 'O' key or click on the Okay button.
  93.                   Choose Buffer Size again.  At this point, the top line
  94.                   WILL indicate the maximum free memory available for the
  95.                   transfer buffer.  Enter the desired buffer size in Kbytes.
  96.                   If you are in the process of a transfer or have a file(s)
  97.                   waiting to be received/sent you will not be able to
  98.                   select this option.  You CANNOT select this option if you
  99.                   are in RESET-PROOF mode.
  100.  
  101.             NOTE: If you execute the SHADOW accessory as a program, you
  102.                   CANNOT allocate a transfer buffer from the program when the
  103.                   SHADOW RAMdisk is installed.
  104.  
  105.  
  106. Counter Location- click on this to set the on-screen counter location.  When
  107.                   you click on this button, a box will appear in the current
  108. Can also be       counter location with the text '9999/9/99' in it.  Position
  109. accessed by       the mouse over the box, press the left mouse button and
  110. pressing          while keeping the left mouse button depressed, drag the
  111. the 'C' key       outline box (which appearred when you pressed the mouse
  112.                   button) to the desired screen location.  The new counter
  113.                   location will appear in the place you just chose.  You may
  114.                   continue to do this until you get the counter positioned
  115.                   where you like it.  Press the RIGHT MOUSE button to exit
  116.                   this mode and return to the Options menu.
  117.  
  118. Press the RIGHT MOUSE button or <UNDO> key to exit the Options menu.
  119.  
  120.  
  121. SHADOW.INF
  122. ==========
  123.  
  124. SHADOW.INF save now deletes any existing SHADOW.INF file before trying to
  125. create a new one. This is to work around an OS bug which sometimes caused
  126. two SHADOW.INF files to be in the AUTO directory.
  127.  
  128. SHADOW.INF now contains an extra line which contains the location for the
  129. on-screen counter location.  The line looks like:
  130.  
  131. L071,024
  132.  
  133. where 071 is the x value in character coordinates and 024 is the y value.
  134. This value will be read by the SHADOW accessory to set the location.  The
  135. default location is in the upper right hand corner.
  136.  
  137. NOTE:
  138.     RESAVE your SHADOW.INF file to include all current values.
  139.  
  140.  
  141. Hangup String
  142. =============
  143.  
  144. Pressing ALT-H in the terminal will now send out a hangup string.  The
  145. hangup string is configurable from the dialer menu.  Here is how to configure
  146. the hangup string.
  147.  
  148. For a HAYES compatible modem, a typical hangup string might look like this:
  149.  
  150.         %(1)+++%(2)ATH|
  151.  
  152. This string will delay for 1 second, send out '+++' to the serial port,
  153. delay for another 2 seconds, then send out 'ATH' followed by a carriage
  154. return.
  155.  
  156. To delay for up to 32767 seconds, you MUST enter a string in the HANGUP
  157. field with the syntax of:
  158.  
  159.         %(seconds)
  160.  
  161. where seconds is a whole positive number of seconds to delay.
  162.  
  163. Any text after the above construction will be sent after the delay.  To send
  164. a '%' out, enter %% in the hangup field.
  165.  
  166. A vertical bar '|' will be substituted with a carriage return.
  167.  
  168. This hangup string will be saved in your .MDM file.  You MUST resave your
  169. directories to have this string load when you load a directory.  Old SHADOW
  170. directories are 100% compatible with this addition.
  171.  
  172.  
  173. Terminal
  174. ========
  175.  
  176. If you are currently dialing, ALT-A from the terminal will abort the dialer.
  177.  
  178. Pressing F3 would sometimes act like it was not being pressed, resulting in
  179. the need to press it until the abort message came up.  This is fixed.
  180.  
  181. Answering 'N' to abort transfer before the transfer begins will now redraw
  182. the status line.
  183.  
  184. When receiving Y-Modem Batch, the expected file size will also be displayed
  185. in the status line, but only if the sender sends the file size in the
  186. startup packet.
  187.  
  188. ALT-O brings up the Options menu (se